home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / Help-files / Problems < prev    next >
Text File  |  1996-10-01  |  4KB  |  66 lines

  1. Known Problems
  2. ==============
  3.  
  4. • Because there is no integrated editor, you must remember to save your
  5.   input file before typesetting it with OzTeX.
  6.  
  7. • TeX doesn't like spaces in file names, so avoid them.  If you forget this
  8.   and try to run TeX on a file called "my story.tex" then TeX will complain
  9.   that it can't find "my.tex".  In general, it is a good idea to stick to
  10.   alphanumeric characters in TeX file names (with just the one ".").
  11.  
  12. • Replacing all your PK files with PostScript fonts like BaKoMa or CM/PS can
  13.   have some disadvantages, particularly if you have no way of permanently
  14.   storing such fonts in your printer.  Lots of downloaded fonts will result
  15.   in slower printing times, and saved PostScript files can become very large.
  16.   Your printer will also need plenty of memory.
  17.  
  18. • If "Page Setup" is used to select a scale other than 100% and the standard
  19.   print dialog is used to print a DVI file, then OzTeX will report incorrect
  20.   values for the paper width and height, and any page-off-paper amounts will
  21.   be wrong.  I know why this occurs but I don't know a safe way to fix it!
  22.  
  23. • There are some limitations when printing on an ImageWriter:
  24.   - Landscaped printing is not allowed in Draft mode.
  25.   - Text file output will have poor horizontal spacing in Draft mode.
  26.   - Draft mode printing of a DVI file is only allowed at 72 or 144 dpi.
  27.   - When printing a DVI file at 72 or 144 dpi you cannot use Faster mode.
  28.  
  29. • OzTeX can have trouble with background printing to a StyleWriter if there
  30.   isn't enough disk space available, so you might need to turn off background
  31.   printing in the Chooser.
  32.  
  33. • Scaling problems can occur when printing a DVI file on a non-PostScript
  34.   printer at a resolution that does not match the actual printer's resolution.
  35.   OzTeX prints a page by sending a sequence of horizontal bands to the printer.
  36.   The number of bands depends on how much memory is available (the band height
  37.   is displayed when showing statistics).  Scaling problems are particularly
  38.   noticeable at band boundaries but they can be minimized by bumping up OzTeX's
  39.   memory to a suitably large value so that only one large band is needed.
  40.  
  41. • OzTeX converts a PICT \special file into a black and white bitmap for
  42.   previewing and printing, so you won't see any colours.
  43.  
  44. • When previewing a \special picture you might sometimes notice missing
  45.   black pixels at the bottom of the bitmap, particularly at "Full View".
  46.   This is due to the scaling algorithm used by the Mac's CopyBits routine.
  47.   The same effect can also occur when viewing scaled characters from a PK font.
  48.   The "missing" pixels will appear at some stage as you zoom in.
  49.  
  50. • Under System 7, OzTeX supports aliased files, but NOT aliased folders.
  51.   (OzTeX would have to check every folder component in every given path name.
  52.   This would slow the search for tfm/pk/tex files, and would increase the
  53.   likelihood of truncated path names.)
  54.  
  55. • When loading a config file, OzTeX replaces a path like ":TeX-fonts:*"
  56.   with the expanded paths for all sub-folders in TeX-fonts, but only to a
  57.   depth of one level (it does not attempt to look for sub-folders within
  58.   sub-folders).  This is a deliberate design decision.  It is important that
  59.   you think a little bit about how to store fonts and other files that OzTeX
  60.   will search for.  It is NOT a good idea to have lots of long path names
  61.   in a search list; searching will take longer and there's an increased
  62.   chance of path name truncation.
  63.  
  64. • OzTeX cannot recover gracefully from certain errors like "Disk is full"
  65.   or "Sorry, not enough memory", so you are forced to quit the program.
  66.